LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Add Method






Object to add.
Adds the specified item to the end of the collection. .NET support
Syntax
public virtual void Add( 
   T item
)
'Declaration
 
Public Overridable Sub Add( _
   ByVal item As T _
) 
'Usage
 
Dim instance As RasterCollection(Of T)
Dim item As T
 
instance.Add(item)
public virtual void Add( 
   T item
)
 function Leadtools.RasterCollection.Add( 
   item 
)
public:
virtual void Add( 
   T^ item
) 

Parameters

item
Object to add.

Return Value

The index of the newly added item.
Example
For an example, refer to RasterCollection<T>.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.